home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950528-19950726 / 000349_news@columbia.edu_Thu Jul 13 12:30:12 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA27305
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Thu, 13 Jul 1995 08:30:18 -0400
  3. Received: by apakabar.cc.columbia.edu id AA11648
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Thu, 13 Jul 1995 08:30:16 -0400
  5. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  6. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: AIX kermit:/etc/locks/LCK..tty?
  9. Date: 13 Jul 1995 12:30:12 GMT
  10. Organization: Columbia University
  11. Lines: 33
  12. Message-Id: <3u33kk$bbu@apakabar.cc.columbia.edu>
  13. References: <DBLtJu.9yM@cadserv1.tedix.sccsi.com>
  14. Nntp-Posting-Host: watsun.cc.columbia.edu
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17. In article <DBLtJu.9yM@cadserv1.tedix.sccsi.com>,
  18. Ted Hoang <hoang1@cadserv1.tedix.sccsi.com> wrote:
  19. > I have a problem with kermit (IBM/AIX 3.2.5), kermit never remove locked
  20. > file: /etc/locks/LCK..tty? after exit. Do I miss anything when compile this
  21. > software.
  22. >
  23. It would help if you said how you compiled it?  Which makefile entry did
  24. you use?
  25.  
  26. Unfortunately, I don't have access to an AIX 3.2.5 (or any other version)
  27. system that has a dialout device, so I can't test or debug this.
  28.  
  29. Please do this and send me the results:
  30.  
  31.  1. Before starting Kermit:
  32.  
  33.     ls -l /etc/locks/
  34.  
  35.  2. Start Kermit, "set line /dev/ttyxxx"
  36.     (replace xxx by the real tty designation)
  37.  
  38.  3. At the Kermit prompt: "!ls -l /etc/locks/"
  39.  
  40.  4. Exit from Kermit, repeat step 1.
  41.  
  42. If you can do the same thing with cu or tip, that would be a big help.
  43. I have hard rumors that I can't confirm that AIX 3.x creates *two* lock files
  44. instead of one.  If that is true, then performing the above steps with cu
  45. should reveal the truth, and then Kermit can be adjusted to do the same.
  46.  
  47. I have no doubt that all of this changed completely in AIX 4.x.
  48.  
  49. - Frank